object MoreInfoDlg: TMoreInfoDlg Left = 592 Top = 313 BorderStyle = bsDialog Caption = '&Plus d'#39'informations' ClientHeight = 310 ClientWidth = 354 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CloseBtn: TButton Left = 272 Top = 280 Width = 73 Height = 23 Cancel = True Caption = '&Fermer' Default = True ModalResult = 1 TabOrder = 0 end object Memo: TMemo Left = 8 Top = 8 Width = 337 Height = 265 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end